home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 260
- Top = 147
- Width = 435
- Height = 300
- Caption = 'Multiple Forms Test Program'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- PixelsPerInch = 96
- TextHeight = 13
- object ShowForm2: TButton
- Left = 224
- Top = 224
- Width = 75
- Height = 25
- Caption = 'Show Form 2'
- TabOrder = 0
- OnClick = ShowForm2Click
- end
- object AboutButton: TButton
- Left = 104
- Top = 224
- Width = 75
- Height = 25
- Caption = 'About...'
- TabOrder = 1
- OnClick = AboutButtonClick
- end
- end
-